This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: How to set a field's value on Form before it is opened on the web ~Anita Ekluverflar 16.Oct.03 10:28 AM a Web browser Applications Development 6.0.1Windows 2000
I guess this depends on how you are opening the form, but you could pass an error message or code across in the URL.
.../db.nsf/ErrorForm?OpenForm&ErrorMsg=This is an error
You can get the error message by using a field Query_String or Query_String_Decoded, and then looking for whatever is to the right of &ErrorMsg=
If you passed a code instead of a message you could then do a lookup in your database for a message to display.